[INFO] fetching crate nym-task 1.21.1...
[INFO] fixing nym-task-1.21.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate nym-task 1.21.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate nym-task 1.21.1
[INFO] finished tweaking crates.io crate nym-task 1.21.1
[INFO] tweaked toml for crates.io crate nym-task 1.21.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nym-task 1.21.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nym-task 1.21.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b40632197c2963a972c0b4d6416353e7e2e9326a3d509d0e64a9c7cc105a9ac8
[INFO] running `Command { std: "docker" "start" "b40632197c2963a972c0b4d6416353e7e2e9326a3d509d0e64a9c7cc105a9ac8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b40632197c2963a972c0b4d6416353e7e2e9326a3d509d0e64a9c7cc105a9ac8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b40632197c2963a972c0b4d6416353e7e2e9326a3d509d0e64a9c7cc105a9ac8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b40632197c2963a972c0b4d6416353e7e2e9326a3d509d0e64a9c7cc105a9ac8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]     Checking log v0.4.31
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking nym-task v1.21.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `nym_test_utils` in this scope
[INFO] [stdout]    --> src/cancellation/manager.rs:590:9
[INFO] [stdout]     |
[INFO] [stdout] 590 |     use nym_test_utils::traits::{ElapsedExt, Timeboxed};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `nym_test_utils`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nym_test_utils`, use `cargo add nym_test_utils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `timeboxed` found for opaque type `impl futures::Future<Output = ()>` in the current scope
[INFO] [stdout]    --> src/cancellation/manager.rs:597:48
[INFO] [stdout]     |
[INFO] [stdout] 597 |         let res = manager.run_until_shutdown().timeboxed().await;
[INFO] [stdout]     |                                                ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `boxed` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 597 -         let res = manager.run_until_shutdown().timeboxed().await;
[INFO] [stdout] 597 +         let res = manager.run_until_shutdown().boxed().await;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `timeboxed` found for opaque type `impl futures::Future<Output = ()>` in the current scope
[INFO] [stdout]    --> src/cancellation/manager.rs:603:48
[INFO] [stdout]     |
[INFO] [stdout] 603 |         let res = manager.run_until_shutdown().timeboxed().await;
[INFO] [stdout]     |                                                ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `boxed` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 603 -         let res = manager.run_until_shutdown().timeboxed().await;
[INFO] [stdout] 603 +         let res = manager.run_until_shutdown().boxed().await;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `execute_with_deadline` found for opaque type `impl futures::Future<Output = ()>` in the current scope
[INFO] [stdout]    --> src/cancellation/manager.rs:617:14
[INFO] [stdout]     |
[INFO] [stdout] 615 |           let res = manager
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 616 | |             .run_until_shutdown()
[INFO] [stdout] 617 | |             .execute_with_deadline(Duration::from_millis(200))
[INFO] [stdout]     | |             -^^^^^^^^^^^^^^^^^^^^^ method not found in `impl futures::Future<Output = ()>`
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `execute_with_deadline` found for opaque type `impl futures::Future<Output = ()>` in the current scope
[INFO] [stdout]    --> src/cancellation/manager.rs:638:14
[INFO] [stdout]     |
[INFO] [stdout] 636 |           let res = manager
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 637 | |             .run_until_shutdown()
[INFO] [stdout] 638 | |             .execute_with_deadline(Duration::from_millis(200))
[INFO] [stdout]     | |             -^^^^^^^^^^^^^^^^^^^^^ method not found in `impl futures::Future<Output = ()>`
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `execute_with_deadline` found for opaque type `impl futures::Future<Output = ()>` in the current scope
[INFO] [stdout]    --> src/cancellation/manager.rs:669:14
[INFO] [stdout]     |
[INFO] [stdout] 667 |           let res = manager
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 668 | |             .run_until_shutdown()
[INFO] [stdout] 669 | |             .execute_with_deadline(Duration::from_millis(200))
[INFO] [stdout]     | |             -^^^^^^^^^^^^^^^^^^^^^ method not found in `impl futures::Future<Output = ()>`
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `execute_with_deadline` found for opaque type `impl futures::Future<Output = ()>` in the current scope
[INFO] [stdout]    --> src/cancellation/manager.rs:699:14
[INFO] [stdout]     |
[INFO] [stdout] 697 |           let res = manager
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 698 | |             .run_until_shutdown()
[INFO] [stdout] 699 | |             .execute_with_deadline(Duration::from_millis(200))
[INFO] [stdout]     | |             -^^^^^^^^^^^^^^^^^^^^^ method not found in `impl futures::Future<Output = ()>`
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `execute_with_deadline` found for opaque type `impl futures::Future<Output = ()>` in the current scope
[INFO] [stdout]    --> src/cancellation/manager.rs:721:14
[INFO] [stdout]     |
[INFO] [stdout] 719 |           let res = manager
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 720 | |             .run_until_shutdown()
[INFO] [stdout] 721 | |             .execute_with_deadline(Duration::from_millis(200))
[INFO] [stdout]     | |             -^^^^^^^^^^^^^^^^^^^^^ method not found in `impl futures::Future<Output = ()>`
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `execute_with_deadline` found for opaque type `impl futures::Future<Output = ()>` in the current scope
[INFO] [stdout]    --> src/cancellation/manager.rs:738:14
[INFO] [stdout]     |
[INFO] [stdout] 736 |           let res = manager
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 737 | |             .run_until_shutdown()
[INFO] [stdout] 738 | |             .execute_with_deadline(Duration::from_millis(200))
[INFO] [stdout]     | |             -^^^^^^^^^^^^^^^^^^^^^ method not found in `impl futures::Future<Output = ()>`
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `anyhow` in this scope
[INFO] [stdout]    --> src/cancellation/manager.rs:595:62
[INFO] [stdout]     |
[INFO] [stdout] 595 |     async fn shutdown_with_no_tracked_tasks_and_signals() -> anyhow::Result<()> {
[INFO] [stdout]     |                                                              ^^^^^^ use of unresolved module or unlinked crate `anyhow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `anyhow`, use `cargo add anyhow` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `anyhow` in this scope
[INFO] [stdout]    --> src/cancellation/manager.rs:610:35
[INFO] [stdout]     |
[INFO] [stdout] 610 |     async fn shutdown_signal() -> anyhow::Result<()> {
[INFO] [stdout]     |                                   ^^^^^^ use of unresolved module or unlinked crate `anyhow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `anyhow`, use `cargo add anyhow` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `anyhow` in this scope
[INFO] [stdout]    --> src/cancellation/manager.rs:625:30
[INFO] [stdout]     |
[INFO] [stdout] 625 |     async fn panic_hook() -> anyhow::Result<()> {
[INFO] [stdout]     |                              ^^^^^^ use of unresolved module or unlinked crate `anyhow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `anyhow`, use `cargo add anyhow` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `anyhow` in this scope
[INFO] [stdout]    --> src/cancellation/manager.rs:646:37
[INFO] [stdout]     |
[INFO] [stdout] 646 |     async fn task_cancellation() -> anyhow::Result<()> {
[INFO] [stdout]     |                                     ^^^^^^ use of unresolved module or unlinked crate `anyhow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `anyhow`, use `cargo add anyhow` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `anyhow` in this scope
[INFO] [stdout]    --> src/cancellation/manager.rs:679:44
[INFO] [stdout]     |
[INFO] [stdout] 679 |     async fn cancellation_within_task() -> anyhow::Result<()> {
[INFO] [stdout]     |                                            ^^^^^^ use of unresolved module or unlinked crate `anyhow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `anyhow`, use `cargo add anyhow` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `anyhow` in this scope
[INFO] [stdout]    --> src/cancellation/manager.rs:708:36
[INFO] [stdout]     |
[INFO] [stdout] 708 |     async fn shutdown_timeout() -> anyhow::Result<()> {
[INFO] [stdout]     |                                    ^^^^^^ use of unresolved module or unlinked crate `anyhow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `anyhow`, use `cargo add anyhow` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nym-task` (lib test) due to 15 previous errors
[INFO] running `Command { std: "docker" "inspect" "b40632197c2963a972c0b4d6416353e7e2e9326a3d509d0e64a9c7cc105a9ac8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b40632197c2963a972c0b4d6416353e7e2e9326a3d509d0e64a9c7cc105a9ac8", kill_on_drop: false }`
[INFO] [stdout] b40632197c2963a972c0b4d6416353e7e2e9326a3d509d0e64a9c7cc105a9ac8
